Developer Documentation

QuickTime 4 API Documentation

Inside Macintosh: QuickTime Components

Previous | Overview | Contents | Next |

Required Functions

Video digitizer components support a rich functional interface that can accommodate devices with quite varied capabilities. To relieve you from having to support irrelevant functions, Apple has made several video digitizer functions optional.

At a minimum, your video digitizer component must support the following functions:

VDGetActiveSrcRect

VDGetCurrentFlags

VDGetDigitizerInfo

VDGetDigitizerRect

VDGetFieldPreference

VDGetInput

VDGetInputFormat

VDGetMaxSrcRect

VDGetNumberOfInputs

VDGetPlayThruDestination

VDGetVBlankRect

VDGetVideoDefaults

VDGrabOneFrame

VDPreflightDestination

VDSetDigitizerRect

VDSetFieldPreference

VDSetInput

VDSetInputStandard

VDSetPlayThruDestination

All of these functions are required for all video digitizer components.


© 1999 Apple Computer, Inc.

Previous | Overview | Contents | Next